Control Variant Constants
You can use the
control variant constants with any of the standard control resource IDs to specify additional features of a control. The control variant constants are changed with Appearance Manager 1.0 to support the additional control types available with the Appearance Manager.
typedef SInt16 ControlVariant;
enum {
kControlNoVariant = 0,
kControlUsesOwningWindowsFontVariant = 1 << 3
};
Constant descriptions
-
kControlNoVariant
-
Specifies no change to the standard control resource.
-
kControlUsesOwningWindowsFontVariant
-
Specifies that the control use the window font for any control text.
© 1998 Apple Computer, Inc. – (Last Updated 19 Nov 98)